Microsoft DirectX 8.1 (C++)

MSVidCtl.Build

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Build method builds the filter graph.

Syntax

objMSVidCtl.Build()

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This method does not return a value.

Remarks

This method builds a filter graph using the current input device. To select an input device, call the MSVidCtl.View method or set the MSVidCtl.InputActive property. If no input device has been selected, the method fails.

See Also